Merge from emacs-24; up to r111123
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Jan 2013 02:37:57 +0000 (18:37 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Jan 2013 02:37:57 +0000 (18:37 -0800)
16 files changed:
1  2 
configure.ac
doc/lispref/ChangeLog
doc/lispref/elisp.texi
doc/man/emacs.1
doc/man/etags.1
doc/misc/wisent.texi
lisp/ChangeLog
lisp/calc/README
lisp/emacs-lisp/byte-run.el
lisp/net/tramp-sh.el
lisp/subr.el
msdos/sed2v2.inp
nt/config.nt
nt/emacs.rc
nt/emacsclient.rc
src/fns.c

diff --cc configure.ac
Simple merge
index f39eb8ca4df677d2b29c2b76062a6ec11a6e0a44,4471e586f570ea3aa9d675c212a85fd3cc093454..39900498a3ab2da442bd9d6a5063126583a1bfd4
@@@ -1,4 -1,13 +1,13 @@@
 -2012-12-31  Glenn Morris  <rgm@gnu.org>
+ 2013-01-03  Glenn Morris  <rgm@gnu.org>
+       * processes.texi (System Processes):
+       * syntax.texi (Syntax Table Functions): Tweak some line breaks.
+       * searching.texi (Replacing Match): Fix xref.
+       * elisp.texi (DATE): Bump to Jan 2013.
 +2013-01-02  Glenn Morris  <rgm@gnu.org>
  
        * customize.texi (Common Keywords, Type Keywords):
        Replace "active field" with "button".  (Bug#13310)
Simple merge
diff --cc doc/man/emacs.1
Simple merge
diff --cc doc/man/etags.1
Simple merge
Simple merge
diff --cc lisp/ChangeLog
index 859f1cf5b8448e9a077f85ef2ed29e9fcdc39dcf,8d3f6790a9d2f4c1feed4a06f65936fe68097420..3a1c736e128c16f0be2886ad1948fc97b1f9dca7
@@@ -1,4 -1,12 +1,12 @@@
 -2012-12-31  Andreas Schwab  <schwab@linux-m68k.org>
+ 2013-01-03  Glenn Morris  <rgm@gnu.org>
+       * subr.el (eval-after-load): Don't purecopy the form, so that it
+       can be nconc'd later on; reverts 2009-11-11 change.  (Bug#13331)
+       * emacs-lisp/byte-run.el (defun): Place cl declarations
+       after any interactive spec.  (Bug#13265)
 +2013-01-02  Andreas Schwab  <schwab@linux-m68k.org>
  
        * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
        defun.  Don't check for DECL if DOCSTRING isn't a string.
Simple merge
Simple merge
Simple merge
diff --cc lisp/subr.el
Simple merge
Simple merge
diff --cc nt/config.nt
Simple merge
diff --cc nt/emacs.rc
index da4283b6fd188e44da351f324d36366053452299,15c8932a29531b657a6e714e2ae206dbcc469b1d..d2703c45869c21bd8715bfdea387cbe4984a5543
@@@ -29,12 -29,12 +29,12 @@@ BEGI
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
            VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0"
 -          VALUE "FileVersion", "24, 2, 91, 0\0"
 +          VALUE "FileVersion", "24, 3, 50, 0\0"
            VALUE "InternalName", "Emacs\0"
-           VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
+           VALUE "LegalCopyright", "Copyright (C) 2001-2013\0"
            VALUE "OriginalFilename", "emacs.exe"
            VALUE "ProductName", "Emacs\0"
 -          VALUE "ProductVersion", "24, 2, 91, 0\0"
 +          VALUE "ProductVersion", "24, 3, 50, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
       END
index 59dd7b09f8ae1714b30bef8fa6b81f4dc7004222,fa04298a18b9f3fccc5de2ac20ca2c7c5dec8475..d303e3451d09e3099cb7cf72be42c3a6120e4419
@@@ -23,12 -23,12 +23,12 @@@ BEGI
        BEGIN
            VALUE "CompanyName", "Free Software Foundation\0"
            VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0"
 -          VALUE "FileVersion", "24, 2, 91, 0\0"
 +          VALUE "FileVersion", "24, 3, 50, 0\0"
            VALUE "InternalName", "EmacsClient\0"
-           VALUE "LegalCopyright", "Copyright (C) 2001-2012\0"
+           VALUE "LegalCopyright", "Copyright (C) 2001-2013\0"
            VALUE "OriginalFilename", "emacsclientw.exe"
            VALUE "ProductName", "EmacsClient\0"
 -          VALUE "ProductVersion", "24, 2, 91, 0\0"
 +          VALUE "ProductVersion", "24, 3, 50, 0\0"
            VALUE "OLESelfRegister", "\0"
         END
       END
diff --cc src/fns.c
Simple merge